home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / spread_c.sit / Spreadsheet Construction Set / card_3053.txt < prev    next >
Text File  |  1988-11-11  |  14KB  |  612 lines

  1. -- card: 3053 from stack: in
  2. -- bmap block id: 6560
  3. -- flags: 0000
  4. -- background id: 2582
  5. -- name: 
  6.  
  7.  
  8. -- part 12 (button)
  9. -- low flags: 00
  10. -- high flags: A000
  11. -- rect: left=63 top=291 right=307 bottom=116
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: C-A tot
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   set numberFormat to "#.00"
  23.   put field "a1" + field "a2" + field "a3" + field "a4" + field "a5" + field "a6" + field "a7" + field "a8" + field "a9" + field "a10" + field "a11" + field "a12" + field "a13" + field "a14" into field "a15"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 13 (button)
  29. -- low flags: 00
  30. -- high flags: A000
  31. -- rect: left=123 top=292 right=308 bottom=172
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: C-B tot
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   set numberFormat to "#.00"
  43.   put field "b1" + field "b2" + field "b3" + field "b4" + field "b5" + field "b6" + field "b7" + field "b8" + field "b9" + field "b10" + field "b11" + field "b12" + field "b13" + field "b14"into field "b15"
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 16 (button)
  49. -- low flags: 00
  50. -- high flags: A000
  51. -- rect: left=419 top=26 right=42 bottom=504
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: C4 =C1+C2
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   set numberFormat to "#.00"
  63.   put field "d1" + field "d2" into field "d4"
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 22 (button)
  69. -- low flags: 00
  70. -- high flags: A000
  71. -- rect: left=180 top=293 right=309 bottom=229
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: C-C tot
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   set numberFormat to "#.00"
  83.   put field "c1" + field "c2" + field "c3" + field "c4" + field "c5" + field "c6" + field "c7" + field "c8" + field "c9" + field "c10" + field "c11" + field "c12" + field "c13" + field "c14"into field "c15"
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 23 (button)
  89. -- low flags: 00
  90. -- high flags: A000
  91. -- rect: left=238 top=292 right=306 bottom=285
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: C-D tot
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   set numberFormat to "#.00"
  103.   put field "d1" + field "d2" + field "d3" + field "d4" + field "d5" + field "d6" + field "d7" + field "d8" + field "d9" + field "d10" + field "d11" + field "d12" + field "d13" + field "d14"into field "d15"
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 24 (button)
  109. -- low flags: 00
  110. -- high flags: A000
  111. -- rect: left=293 top=292 right=308 bottom=342
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 0 / 0
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: C-E tot
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   set numberFormat to "#.00"
  123.   put field "e1" + field "e2" + field "e3" + field "e4" + field "e5" + field "e6" + field "e7" + field "e8" + field "e9" + field "e10" + field "e11" + field "e12" + field "e13" + field "e14"into field "e15"
  124. end mouseUp
  125.  
  126.  
  127.  
  128. -- part 25 (button)
  129. -- low flags: 00
  130. -- high flags: A000
  131. -- rect: left=412 top=50 right=66 bottom=461
  132. -- title width / last selected line: 0
  133. -- icon id / first selected line: 0 / 0
  134. -- text alignment: 1
  135. -- font id: 0
  136. -- text size: 12
  137. -- style flags: 0
  138. -- line height: 16
  139. -- part name: R-1 tot
  140. ----- HyperTalk script -----
  141. on mouseUp
  142.   set numberFormat to "#.00"
  143.   put field "a1" + field "b1" + field "c1" + field "d1" + field "e1" into field "f1"
  144. end mouseUp
  145.  
  146.  
  147.  
  148. -- part 26 (button)
  149. -- low flags: 00
  150. -- high flags: A000
  151. -- rect: left=412 top=66 right=82 bottom=461
  152. -- title width / last selected line: 0
  153. -- icon id / first selected line: 0 / 0
  154. -- text alignment: 1
  155. -- font id: 0
  156. -- text size: 12
  157. -- style flags: 0
  158. -- line height: 16
  159. -- part name: R-2 tot
  160. ----- HyperTalk script -----
  161. on mouseUp
  162.   set numberFormat to "#.00"
  163.   put field "a2" + field "b2" + field "c2" + field "d2" + field "e2" into field "f2"
  164. end mouseUp
  165.  
  166.  
  167.  
  168. -- part 27 (button)
  169. -- low flags: 00
  170. -- high flags: A000
  171. -- rect: left=412 top=82 right=98 bottom=461
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 1
  175. -- font id: 0
  176. -- text size: 12
  177. -- style flags: 0
  178. -- line height: 16
  179. -- part name: R-3 tot
  180. ----- HyperTalk script -----
  181. on mouseUp
  182.   set numberFormat to "#.00"
  183.   put field "a3" + field "b3" + field "c3" + field "d3" + field "e3" into field "f3"
  184. end mouseUp
  185.  
  186.  
  187.  
  188. -- part 28 (button)
  189. -- low flags: 00
  190. -- high flags: A000
  191. -- rect: left=412 top=98 right=114 bottom=461
  192. -- title width / last selected line: 0
  193. -- icon id / first selected line: 0 / 0
  194. -- text alignment: 1
  195. -- font id: 0
  196. -- text size: 12
  197. -- style flags: 0
  198. -- line height: 16
  199. -- part name: R-4 tot
  200. ----- HyperTalk script -----
  201. on mouseUp
  202.   set numberFormat to "#.00"
  203.   put field "a4" + field "b4" + field "c4" + field "d4" + field "e4" into field "f4"
  204. end mouseUp
  205.  
  206.  
  207.  
  208. -- part 29 (button)
  209. -- low flags: 00
  210. -- high flags: A000
  211. -- rect: left=412 top=114 right=130 bottom=461
  212. -- title width / last selected line: 0
  213. -- icon id / first selected line: 0 / 0
  214. -- text alignment: 1
  215. -- font id: 0
  216. -- text size: 12
  217. -- style flags: 0
  218. -- line height: 16
  219. -- part name: R-5 tot
  220. ----- HyperTalk script -----
  221. on mouseUp
  222.   set numberFormat to "#.00"
  223.   put field "a5" + field "b5" + field "c5" + field "d5" + field "e5" into field "f5"
  224. end mouseUp
  225.  
  226.  
  227.  
  228. -- part 30 (button)
  229. -- low flags: 00
  230. -- high flags: A000
  231. -- rect: left=412 top=130 right=146 bottom=461
  232. -- title width / last selected line: 0
  233. -- icon id / first selected line: 0 / 0
  234. -- text alignment: 1
  235. -- font id: 0
  236. -- text size: 12
  237. -- style flags: 0
  238. -- line height: 16
  239. -- part name: R-6 tot
  240. ----- HyperTalk script -----
  241. on mouseUp
  242.   set numberFormat to "#.00"
  243.   put field "a6" + field "b6" + field "c6" + field "d6" + field "e6" into field "f6"
  244. end mouseUp
  245.  
  246.  
  247.  
  248. -- part 31 (button)
  249. -- low flags: 00
  250. -- high flags: A000
  251. -- rect: left=412 top=146 right=162 bottom=461
  252. -- title width / last selected line: 0
  253. -- icon id / first selected line: 0 / 0
  254. -- text alignment: 1
  255. -- font id: 0
  256. -- text size: 12
  257. -- style flags: 0
  258. -- line height: 16
  259. -- part name: R-7 tot
  260. ----- HyperTalk script -----
  261. on mouseUp
  262.   set numberFormat to "#.00"
  263.   put field "a7" + field "b7" + field "c7" + field "d7" + field "e7" into field "f7"
  264. end mouseUp
  265.  
  266.  
  267.  
  268. -- part 32 (button)
  269. -- low flags: 00
  270. -- high flags: A000
  271. -- rect: left=412 top=161 right=177 bottom=461
  272. -- title width / last selected line: 0
  273. -- icon id / first selected line: 0 / 0
  274. -- text alignment: 1
  275. -- font id: 0
  276. -- text size: 12
  277. -- style flags: 0
  278. -- line height: 16
  279. -- part name: R-8 tot
  280. ----- HyperTalk script -----
  281. on mouseUp
  282.   set numberFormat to "#.00"
  283.   put field "a8" + field "b8" + field "c8" + field "d8" + field "e8" into field "f8"
  284. end mouseUp
  285.  
  286.  
  287.  
  288. -- part 33 (button)
  289. -- low flags: 00
  290. -- high flags: A000
  291. -- rect: left=412 top=177 right=193 bottom=461
  292. -- title width / last selected line: 0
  293. -- icon id / first selected line: 0 / 0
  294. -- text alignment: 1
  295. -- font id: 0
  296. -- text size: 12
  297. -- style flags: 0
  298. -- line height: 16
  299. -- part name: R-9 tot
  300. ----- HyperTalk script -----
  301. on mouseUp
  302.   set numberFormat to "#.00"
  303.   put field "a9" + field "b9" + field "c9" + field "d9" + field "e9" into field "f9"
  304. end mouseUp
  305.  
  306.  
  307.  
  308. -- part 34 (button)
  309. -- low flags: 00
  310. -- high flags: A000
  311. -- rect: left=412 top=193 right=209 bottom=461
  312. -- title width / last selected line: 0
  313. -- icon id / first selected line: 0 / 0
  314. -- text alignment: 1
  315. -- font id: 0
  316. -- text size: 12
  317. -- style flags: 0
  318. -- line height: 16
  319. -- part name: R-10 tot
  320. ----- HyperTalk script -----
  321. on mouseUp
  322.   set numberFormat to "#.00"
  323.   put field "a10" + field "b10" + field "c10" + field "d10" + field "e10" into field "f10"
  324. end mouseUp
  325.  
  326.  
  327.  
  328. -- part 35 (button)
  329. -- low flags: 00
  330. -- high flags: A000
  331. -- rect: left=412 top=210 right=226 bottom=461
  332. -- title width / last selected line: 0
  333. -- icon id / first selected line: 0 / 0
  334. -- text alignment: 1
  335. -- font id: 0
  336. -- text size: 12
  337. -- style flags: 0
  338. -- line height: 16
  339. -- part name: R-11 tot
  340. ----- HyperTalk script -----
  341. on mouseUp
  342.   set numberFormat to "#.00"
  343.   put field "a11" + field "b11" + field "c11" + field "d11" + field "e11" into field "f11"
  344. end mouseUp
  345.  
  346.  
  347.  
  348. -- part 36 (button)
  349. -- low flags: 00
  350. -- high flags: A000
  351. -- rect: left=412 top=228 right=244 bottom=461
  352. -- title width / last selected line: 0
  353. -- icon id / first selected line: 0 / 0
  354. -- text alignment: 1
  355. -- font id: 0
  356. -- text size: 12
  357. -- style flags: 0
  358. -- line height: 16
  359. -- part name: R-12 tot
  360. ----- HyperTalk script -----
  361. on mouseUp
  362.   set numberFormat to "#.00"
  363.   put field "a12" + field "b12" + field "c12" + field "d12" + field "e12" into field "f12"
  364. end mouseUp
  365.  
  366.  
  367.  
  368. -- part 37 (button)
  369. -- low flags: 00
  370. -- high flags: A000
  371. -- rect: left=412 top=243 right=259 bottom=461
  372. -- title width / last selected line: 0
  373. -- icon id / first selected line: 0 / 0
  374. -- text alignment: 1
  375. -- font id: 0
  376. -- text size: 12
  377. -- style flags: 0
  378. -- line height: 16
  379. -- part name: R-13 tot
  380. ----- HyperTalk script -----
  381. on mouseUp
  382.   set numberFormat to "#.00"
  383.   put field "a13" + field "b13" + field "c13" + field "d13" + field "e13" into field "f13"
  384. end mouseUp
  385.  
  386.  
  387.  
  388. -- part 38 (button)
  389. -- low flags: 00
  390. -- high flags: A000
  391. -- rect: left=412 top=260 right=276 bottom=461
  392. -- title width / last selected line: 0
  393. -- icon id / first selected line: 0 / 0
  394. -- text alignment: 1
  395. -- font id: 0
  396. -- text size: 12
  397. -- style flags: 0
  398. -- line height: 16
  399. -- part name: R-14 tot
  400. ----- HyperTalk script -----
  401. on mouseUp
  402.   set numberFormat to "#.00"
  403.   put field "a14" + field "b14" + field "c14" + field "d14" + field "e14" into field "f14"
  404. end mouseUp
  405.  
  406.  
  407.  
  408. -- part 39 (button)
  409. -- low flags: 00
  410. -- high flags: A000
  411. -- rect: left=412 top=278 right=294 bottom=461
  412. -- title width / last selected line: 0
  413. -- icon id / first selected line: 0 / 0
  414. -- text alignment: 1
  415. -- font id: 0
  416. -- text size: 12
  417. -- style flags: 0
  418. -- line height: 16
  419. -- part name: R-15 tot
  420. ----- HyperTalk script -----
  421. on mouseUp
  422.   set numberFormat to "#.00"
  423.   put field "a15" + field "b15" + field "c15" + field "d15" + field "e15" into field "f15"
  424. end mouseUp
  425.  
  426.  
  427.  
  428. -- part 40 (button)
  429. -- low flags: 00
  430. -- high flags: A000
  431. -- rect: left=353 top=292 right=308 bottom=402
  432. -- title width / last selected line: 0
  433. -- icon id / first selected line: 0 / 0
  434. -- text alignment: 1
  435. -- font id: 0
  436. -- text size: 12
  437. -- style flags: 0
  438. -- line height: 16
  439. -- part name: C-F tot
  440. ----- HyperTalk script -----
  441. on mouseUp
  442.   set numberFormat to "#.00"
  443.   put field "f1" + field "f2" + field "f3" + field "f4" + field "f5" + field "f6" + field "f7" + field "f8" + field "f9" + field "f10" + field "f11" + field "f12" + field "f13" + field "f14"into field "f15"
  444. end mouseUp
  445.  
  446.  
  447.  
  448. -- part contents for background part 6
  449. ----- text -----
  450. 102.00
  451.  
  452. -- part contents for background part 23
  453. ----- text -----
  454. 120.00
  455.  
  456. -- part contents for background part 4
  457. ----- text -----
  458. 1100.00
  459.  
  460. -- part contents for background part 21
  461. ----- text -----
  462. 2000.00
  463.  
  464. -- part contents for background part 5
  465. ----- text -----
  466. 20.00
  467.  
  468. -- part contents for background part 11
  469. ----- text -----
  470. 200.00
  471.  
  472. -- part contents for background part 55
  473. ----- text -----
  474. 130.00
  475.  
  476. -- part contents for background part 56
  477. ----- text -----
  478. 50.00
  479.  
  480.  
  481. -- part contents for background part 40
  482. ----- text -----
  483.  
  484.  
  485.  
  486. -- part contents for background part 16
  487. ----- text -----
  488.  
  489.  
  490.  
  491. -- part contents for background part 58
  492. ----- text -----
  493. 180.00
  494.  
  495. -- part contents for background part 77
  496. ----- text -----
  497. 1.00
  498.  
  499.  
  500. -- part contents for background part 18
  501. ----- text -----
  502. 1422.00
  503.  
  504. -- part contents for background part 35
  505. ----- text -----
  506. 2122.00
  507.  
  508. -- part contents for background part 41
  509. ----- text -----
  510.  
  511.  
  512.  
  513. -- part contents for background part 47
  514. ----- text -----
  515. 20.00
  516.  
  517.  
  518. -- part contents for background part 48
  519. ----- text -----
  520. 30.00
  521.  
  522. -- part contents for background part 52
  523. ----- text -----
  524. 50.00
  525.  
  526. -- part contents for background part 69
  527. ----- text -----
  528. 563.20
  529.  
  530. -- part contents for background part 86
  531. ----- text -----
  532. 1.00
  533.  
  534. -- part contents for background part 89
  535. ----- text -----
  536. 3230.00
  537.  
  538. -- part contents for background part 103
  539. ----- text -----
  540. 4158.20
  541.  
  542. -- part contents for background part 90
  543. ----- text -----
  544. 70.00
  545.  
  546. -- part contents for background part 27
  547. ----- text -----
  548. 2.00
  549.  
  550. -- part contents for background part 63
  551. ----- text -----
  552. 3.00
  553.  
  554. -- part contents for background part 66
  555. ----- text -----
  556. 100.00
  557.  
  558. -- part contents for background part 67
  559. ----- text -----
  560. .20
  561.  
  562. -- part contents for background part 68
  563. ----- text -----
  564. 100.00
  565.  
  566. -- part contents for background part 91
  567. ----- text -----
  568. 222.00
  569.  
  570. -- part contents for background part 92
  571. ----- text -----
  572. 180.00
  573.  
  574. -- part contents for background part 93
  575. ----- text -----
  576. 0.00
  577.  
  578. -- part contents for background part 94
  579. ----- text -----
  580. 1.00
  581.  
  582. -- part contents for background part 95
  583. ----- text -----
  584. 2.00
  585.  
  586. -- part contents for background part 96
  587. ----- text -----
  588. 200.00
  589.  
  590. -- part contents for background part 97
  591. ----- text -----
  592. 3.00
  593.  
  594. -- part contents for background part 98
  595. ----- text -----
  596. 20.00
  597.  
  598. -- part contents for background part 99
  599. ----- text -----
  600. 30.00
  601.  
  602. -- part contents for background part 100
  603. ----- text -----
  604. 100.00
  605.  
  606. -- part contents for background part 101
  607. ----- text -----
  608. .20
  609.  
  610. -- part contents for background part 102
  611. ----- text -----
  612. 100.00